home *** CD-ROM | disk | FTP | other *** search
/ Big Cock 7 / Big Cock 7 - Disc 1.iso / pc / b / b8.dxr / 00044_L4.ls < prev    next >
Encoding:
Text File  |  1996-01-01  |  283 b   |  13 lines

  1. on exitFrame
  2.   global activchan, disknum, jumppoint, hitl, hitr
  3.   puppetSound(0)
  4.   set the castNum of sprite 33 to 91
  5.   sound fadeIn 3, 2 * 60
  6.   sound playFile 3, "LIP_rif.aif"
  7.   sound fadeOut 4, 2 * 60
  8.   updateStage()
  9.   set activchan to 2
  10.   set hitl to "2_hit.aif"
  11.   go("main")
  12. end
  13.